const internal/cpu.cpuid_VAES
3 uses
internal/cpu (current package)
cpu_x86.go#L31: cpuid_VAES = 1 << 9
cpu_x86.go#L176: X86.HasVAES = isSet(ecx7, cpuid_VAES) && X86.HasAVX
cpu_x86.go#L189: X86.HasAVX512VAES = isSet(ecx7, cpuid_VAES) && X86.HasAES && isSet(ebx7, cpuid_AVX512VL)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |